projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb8dfc
)
(datarootdir): Define.
author
Andreas Schwab
<schwab@suse.de>
Tue, 26 Dec 2006 11:37:47 +0000
(11:37 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 26 Dec 2006 11:37:47 +0000
(11:37 +0000)
Makefile.in
patch
|
blob
|
history
leim/Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 634a32efbe53a7496bcde7684f7111342f5a62a4..54c55ea9f62d3ba7e69eaf6c2610f1a028c79af7 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-110,6
+110,10
@@
exec_prefix=@exec_prefix@
# run directly (like etags).
bindir=@bindir@
+# The root of the directory tree for read-only architecture-independent
+# data files. ${datadir}, ${infodir} and ${mandir} are based on this.
+datarootdir=@datarootdir@
+
# Where to install architecture-independent data files. ${lispdir}
# and ${etcdir} are subdirectories of this.
datadir=@datadir@
diff --git
a/leim/Makefile.in
b/leim/Makefile.in
index 9ac73c55cf2086c6e7ffc30d4fd2936f84719046..950f2734aab16b8623c135867ad1487ca5b21659 100644
(file)
--- a/
leim/Makefile.in
+++ b/
leim/Makefile.in
@@
-29,6
+29,7
@@
SHELL = /bin/sh
# Here are the things that we expect ../configure to edit.
version=@version@
prefix=@prefix@
+datarootdir=@datarootdir@
datadir=@datadir@
srcdir=@srcdir@